home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / clc.xml < prev    next >
Text File  |  2002-08-30  |  691b  |  29 lines

  1. <search function="clc">
  2.   <name>Calculate</name>
  3.   <description>
  4.     Evaluate numeric expressions.<br/>
  5.     <div class="helpboxDescLabels">Examples:</div>
  6.     <table class="helpboxDescTable">
  7.           <tr><td>clc (4+3)*(2+2)</td></tr>
  8.       <tr><td>clc pow(e, pi/2)</td></tr>
  9.       </table>
  10.   </description>
  11.   <category>Functions</category>
  12.   
  13.   <script><![CDATA[
  14.     function clc(q)
  15.     {
  16.       if( nullArgs("clc",q) )
  17.         return false;
  18.       else
  19.         calculate(q);
  20.     }
  21.   ]]></script>
  22.  
  23.   <copyright>
  24.     Copyright (c) 2002 David Bau
  25.     Distributed under the terms of the
  26.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  27.   </copyright>
  28. </search>
  29.